Problem Building on Mac OSX - Mailing list pgsql-hackers

From Neil Tiffin
Subject Problem Building on Mac OSX
Date
Msg-id p04330104b6f10eca6b1e@[192.168.0.6]
Whole thread Raw
List pgsql-hackers
I am trying to build Mac OSX 10.0 from the current cvs.

./configure --with-perl --with-openssl --enable-syslog |& tee configure.logfile

<snip>

make |& tee Makefile.logfile

<snip>

Running Mkbootstrap for plperl ()
chmod 644 plperl.bs
LD_RUN_PATH="" cc -o blib/arch/auto/plperl/plperl.bundle  -bundle 
-undefined suppress plperl.o eloglvl.o SPI.o 
/System/Library/Perl/darwin/auto/Opcode/Opcode.bundle 
-L/System/Library/Perl/darwin/CORE -lperl
/usr/bin/ld: /System/Library/Perl/darwin/auto/Opcode/Opcode.bundle is 
input for the dynamic link editor, is not relocatable by the static 
link editor again
make[4]: *** [blib/arch/auto/plperl/plperl.bundle] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

any ideas?

Neil


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [lockhart@alumni.caltech.edu: Third call for platform testing]
Next
From: Michael Meskes
Date:
Subject: Re: ecpg long int problem on alpha + fix